testing.common.tempDir (field)

6 uses

	testing (current package)
		testing.go#L670: 	tempDir    string
		testing.go#L1327: 	if c.tempDir == "" { // Usually the case with js/wasm
		testing.go#L1330: 		_, err := os.Stat(c.tempDir)
		testing.go#L1365: 		c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
		testing.go#L1368: 				if err := removeAll(c.tempDir); err != nil {
		testing.go#L1385: 	dir := fmt.Sprintf("%s%c%03d", c.tempDir, os.PathSeparator, seq)